home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / HyperCrime / card_6207.txt < prev    next >
Text File  |  1988-06-21  |  2KB  |  92 lines

  1. -- card: 6207 from stack: in
  2. -- bmap block id: 17073
  3. -- flags: 0000
  4. -- background id: 4694
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=151 top=127 right=160 bottom=181
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: GARBAGE CAN
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual zoom open
  23.   go to card id 7098
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=144 top=203 right=256 bottom=188
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: FOOTPRINTS
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual zoom open
  44.   go to card id 6026
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=181 top=97 right=159 bottom=323
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: HOUSE 
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to card id 7445
  65. end mouseUp
  66.  
  67.  
  68.  
  69.  
  70. -- part 5 (button)
  71. -- low flags: 00
  72. -- high flags: 2000
  73. -- rect: left=11 top=289 right=335 bottom=56
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 32462 / 32462
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: HELP
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   beep 2
  85.   set hilite of card button "GARBAGE CAN" to true
  86.   set hilite of card button "GARBAGE CAN" to false
  87.   beep 2
  88.   set hilite of card button "FOOTPRINTS" to true
  89.   set hilite of card button "FOOTPRINTS" to false
  90. end mouseUp
  91.  
  92.